hl
{
	color: blue;
    font-family: TimesNewRoman;
    font-size: 48px;
    font-weight: bold;
}
h2
{
    font-family: TimesNewRoman;
    font-size: 28px;
    font-weight: bold;
}
h3
{
	color: blue;
    font-family: TimesNewRoman;
    font-size: 48px;
    font-weight: bold;
}
a:link, a:visited 
{
  background-color: white;
  color: black;
  border: 2px solid green;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active
{
  background-color: green;
  color: white;
}